From 503d80261cdf8bd873403a4a7961034c67c65695 Mon Sep 17 00:00:00 2001 From: Jeffrey Seyfried Date: Thu, 4 Aug 2016 22:12:35 +0000 Subject: [PATCH] Remove unused import. --- tests/cargotest/support/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cargotest/support/mod.rs b/tests/cargotest/support/mod.rs index 96f8d2baf..13397811f 100644 --- a/tests/cargotest/support/mod.rs +++ b/tests/cargotest/support/mod.rs @@ -15,7 +15,6 @@ use url::Url; use hamcrest as ham; use cargo::util::ProcessBuilder; use cargo::util::ProcessError; -use cargo::util::process; use support::paths::CargoPathExt; -- 2.30.2